home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Super Platinum 8
/
Shareware Super Platinum 8.iso
/
mac
/
BACKUP
/
WIMATK20.ZIP;1
/
WINIMARC.CPP
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-03-02
|
310 b
|
13 lines
#include <windows.h>
#include <windowsx.h>
#ifndef WIN32
int FAR PASCAL LibMain(HANDLE hInstance,WORD wDataSeg, // Pompe sur Petzold
WORD wHeapSize,LPSTR lpszCmdLine)
{
if (wHeapSize > 0)
UnlockData(0);
return 1;
}
#endif